home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / hdparm.postinst < prev    next >
Encoding:
Text File  |  2007-03-04  |  167 b   |  12 lines

  1. #!/bin/sh
  2.  
  3. # Clean up cdbs damage
  4. rm -f /etc/udev/rules.d/50-hdparm.rules
  5.  
  6.  
  7. if dpkg --compare-versions "$2" lt "6.6-1ubuntu3"; then
  8.     update-rc.d -f hdparm remove
  9. fi
  10.  
  11.  
  12.